Welcome![Sign In][Sign Up]
Location:
Search - http get

Search list

[Internet-Networkhttp_get_in_c

Description: 使用纯C编写的http get请求,可用于测试HTTP服务器等。是一个很适用的小工具。-The use of pure C prepared http get request, can be used for testing HTTP server. Is a very applicable gadgets.
Platform: | Size: 7168 | Author: 电暖器 | Hits:

[VC/MFChttp

Description: 详细介绍http协议,包括GET 和POST包格式以及相关参数的意义 适合初学者学习http协议 http协议是应用层协议,是web网站常用的协议传输数据的通道。-Http protocol described in detail, including the GET and POST packet format and associated parameters for beginners to learn the meaning of the http protocol http protocol is an application layer protocol that is commonly used in web site protocol to transfer data channel.
Platform: | Size: 11264 | Author: lasj | Hits:

[Software EngineeringHTTP_request

Description: 代码详尽描述了http的get和post方式传送数据,对于新人有借鉴的价值!-Code describes in detail the http get and post transmission of data, have reference value for the newcomers!
Platform: | Size: 80896 | Author: 深山苦行僧 | Hits:

[Windows DevelopHTMLPOSTGETHelper

Description: C# 网页GET与POST源代码,可说明详细可自由修改,编码默认设置为UTF-8,如需要请自行改为ANICODE,包括正则功能,通过此代码已POST某个大网站上超过2000万个网页数据库,功能强大,不可错过-C# http GET POST
Platform: | Size: 3072 | Author: natinn | Hits:

[Internet-Networkmini-server-http

Description: MiniWeb is an embeddable, cross-platform, small-footprint HTTP server implementation, implementing basic GET and POST requests as well as request handling dynamic content generating. It works on x86 (Windows/Linux), ARM, MIPS and any posix platforms, either embedded or standalone.
Platform: | Size: 219136 | Author: Oziel | Hits:

[WEB Codephpwebsocket

Description: HTML5+websocket实现PHP简单聊天室,含使用文档+源代码,开发语言:HTML5,Javascript,php,开发工具:Phpstorm 4.0,网上基本找不到一个成功用php写server的案例,比较少商业用途会使用这个脚本语言来实现server。html5 websocket的根本通讯还是基于http get,所以在性能上,理论值会比tcp socket低一点点。   PHP的垃圾回收机制,做socket长连接,是有问题的。   关于多线程,Php本来是单线程的,如果要做到多线程,可以做,但是一些文章说做出来的那个效果,是假的多线程,并不是实际意义上的多线程处理事务(文章说的,尚未证实)。php server长时间运行,是会挂起来的,要定期重启server。可能是由于长连接的原因。   因采用HTML5技术,所以你的浏览器需要支持HTML5,推荐使用火狐或Chrome,Safari等-HTML5+ websocket achieve a simple PHP chat rooms, including the use of documentation+ source code, development languages​ ​ : HTML5, Javascript, php, development tools: Phpstorm 4.0, basically find a successful online server with php written cases, relatively few commercial uses will using this scripting language to implement server. html5 websocket communication is based on the fundamental http get, so the performance will be lower than the theoretical value tcp socket a little bit. PHP s garbage collection mechanism, so long connection socket, there is a problem. Multithreading, Php originally single-threaded, multi-threading if you want to do, you can do it, do it, but some articles say that the effect is a fake multi-threaded, multi-threaded processing services is not practical sense (article says I have not yet confirmed). php server long run, it will hang up, periodically restart the server. May be due to the long connection. Due to the use of HTML5 technology, so
Platform: | Size: 472064 | Author: spudn90 | Hits:

[CSharpCSharphttp-post-get

Description: http post get实例 实际代码显示post get-the source for c# http class
Platform: | Size: 29696 | Author: CCoding | Hits:

[Internet-NetworkHTTPGetPost

Description: 一个连接HTTP服务器的CLient是用MFC做多文档视图做的界面,其中详细的接受啊了使用HTTP Get和HTTP Post两种方式向服务器的发送请求的过程,并且把发送请求的http协议头和收到的协议头和内容都输出到了界面中,很容理解http协议。VC6.0测试通过,使用的时候,只需修改代码中http服务器的地址即可。-HTTP server CLient a connection is made ​ ​ with a multi-document view MFC interface to do, which detailed the use of accepted ah HTTP Get and HTTP Post are two ways to send a request to the server process, and the http protocol header to send the request and receive to the protocol header and content are output to the screen, it is capacity to understand the http protocol. VC6.0 test, when in use, simply modify the code in the address to http server.
Platform: | Size: 34816 | Author: chenguoyin | Hits:

[JSP/JavaHttp

Description: java 模拟http请求类,实现get,post二种模式-java simulate http request class, achieve get, post two modes
Platform: | Size: 2048 | Author: 马洪利 | Hits:

[Internet-NetworkHTTPrequest

Description: HTTP GET/POST 协议分析工具+源代码. 方便开发过程中对协议的分析和测试-HTTP GET/POST protocol source code analysis tool+. Facilitate the development process of the analysis and testing protocol
Platform: | Size: 48128 | Author: 田浩 | Hits:

[Internet-Networkuri_codec

Description: Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他应用程序中,也常常需要把二进制数据编码为适合放在URL(包括隐藏表单域)中的形式。此时,采用Base64编码不仅比较简短,同时也具有不可读性,即所编码的数据不会被人用肉眼所直接看到-Base64 is one of the most common network for the transmission 8Bit encoding byte code, we can see RFC2045 ~ RFC2049, there MIME detailed specification above. Base64 encoding can be used to pass a longer identifying information in the HTTP environment. For example, in the Hibernate Java Persistence system, it uses a Base64 to a longer unique identifier (typically a 128-bit UUID) encoded as a string used for HTTP and HTTP GET URL in the form of parameters. In other applications, it is often necessary to encode binary data to fit on URL (including hidden form fields) in the form. At this point, using Base64 encoding is not only relatively brief, but also has not readable, encoded data that is not being directly seen with the naked eye
Platform: | Size: 2048 | Author: | Hits:

[CSharpsendmeg

Description: 这是一个用C#发送http/get请求的demo-this is a program which can send http/get request with c#
Platform: | Size: 43008 | Author: zx | Hits:

[Internet-Networkhttp

Description: http请求的四个方法,包括post、get、put、delete-four methods http request, including post, get, put, delete
Platform: | Size: 4096 | Author: 蓝兰 | Hits:

[Software Engineeringcc3

Description: 可同时攻击多个目标,木马过全免杀,后台验证软件,效果超强。攻击类型:TCP、UDP、ICMP、HTTP Get flood。可同时进行控制与攻击
Platform: | Size: 12288 | Author: 本涞 | Hits:

[androidandroid-async-http-master

Description: 网络异步获取上传的工具类,异步获取网络数据,还有上传文件,下载文件的功能。-AsyncHttpClient net get post,file upload and download,it s very good
Platform: | Size: 543744 | Author: 口水 | Hits:

[source in ebookweb_server

Description: 服务器监听80端口,提供WEB服务,能够响应浏览器发送的的HTTP GET请求,向浏览器返回静态HTML页面: 1、如果请求的URL是一个文件,并且该文件存在,返回请求的页面或文件。 2、如果这个文件不存在,返回404错误。 3、如果请求的是一个目录,返回目录的结构给客户端。 服务器通过fork子进程处理新的请求,实现并发处理。服务器能够记录访问日志,包括时间、客户端的IP地址和请求的URL。 -Server listens on port 80 to provide WEB service, able to respond to HTTP GET request sent by the browser, and the browser returns a static HTML page: 1, URL if the request is for a file, and the file exists, returns the requested page or file. 2. If this file does not exist, returns a 404 error. 3. If the request is a directory, the directory structure is returned to the client. By fork child process server processing new requests, concurrent processing. Server access log to record, including the URL of time, the client s IP address and request.
Platform: | Size: 3072 | Author: 张三 | Hits:

[Sniffer Package captureHTTPrequest

Description: VC++ HTTP Get/Post请求。可以作为学习使用POST提交表单的学习资料参考!-VC++ HTTP Get/Post request. You can learn to use POST to submit the form as learning materials reference!
Platform: | Size: 65536 | Author: 张道军 | Hits:

[Linux-Unixnanohttp

Description: nanohttp.c: minimalist HTTP GET implementation to fetch external subsets. focuses on size, streamability, reentrancy and portability.
Platform: | Size: 11264 | Author: puqeibq | Hits:

[ISAPI-IEhttp

Description: 一个在vc上运行的http类,实现http put、get、post三种方法-A http class run on vc, achieve http put, get, post three methods
Platform: | Size: 3072 | Author: 陈江 | Hits:

[JSP/Javahttp

Description: 一个简单的http客户端和简单的http服务器,命令行输出和接收参数,并将返回内容存到本地。client可以实现向主机的get请求;服务器可以响应get、put请求-A simple http client and a simple http server command line output and receiver parameters and returns the content stored locally. client can request to get the host the server can respond to get, put request
Platform: | Size: 10240 | Author: 孙明鑫 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 31 »

CodeBus www.codebus.net